SaveAsIco(Stream,Nullable<Rectangle>,IcoFrameEncoding) Method
In This Topic
Saves the image into a Stream in ICO format.
Syntax
'Declaration
Public Overloads Sub SaveAsIco( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle), _
Optional ByVal As IcoFrameEncoding _
)
public void SaveAsIco(
System.IO.Stream ,
System.Nullable<Rectangle> ,
IcoFrameEncoding
)
Parameters
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
- encoding
- Encoding of the frame image.
See Also